Re: [Vala] Invalid cast Warnings
- From: Nor Jaidi Tuah <norjaidi tuah ubd edu bn>
- To: vala-list <vala-list gnome org>
- Subject: Re: [Vala] Invalid cast Warnings
- Date: Mon, 6 Feb 2017 11:19:27 +0800
void main () {
var a = new TestBase ();
TestSubType b = (TestSubType)a;
}
class TestBase {
}
class TestSubType:TestBase {
// Imagine more stuff here such as
int x;
int y;
int z;
}
Now the runtime error upon (a as TestSubType)
should make sense because object a isn't big
enough.
Nice day
PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you are neither the addressee
(intended recipient) nor an authorised recipient of the addressee, and have received this message in error,
please destroy this message (including attachments) and notify the sender immediately. STRICT PROHIBITION:
This message, whether in part or in whole, should not be reviewed, retained, copied, reused, disclosed,
distributed or used for any purpose whatsoever. Such unauthorised use may be unlawful and may contain
material protected by the Official Secrets Act (Cap 153) of the Laws of Brunei Darussalam. DISCLAIMER:
We/This Department/The Government of Brunei Darussalam, accept[s] no responsibility for loss or damage
arising from the use of this message in any manner whatsoever. Our messages are checked for viruses but we do
not accept liability for any viruses which may be transmitted in or with this message.
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]