|
@@ -74,11 +74,14 @@ class NadakoB {
|
|
}
|
|
}
|
|
|
|
|
|
class Issue9744 extends unit.Test {
|
|
class Issue9744 extends unit.Test {
|
|
|
|
+ #if ((cs && fast_cast && erase_generics) || cppia)
|
|
|
|
+ #else
|
|
function testAbstractOverAbstractSelf() {
|
|
function testAbstractOverAbstractSelf() {
|
|
var ref = new Ref();
|
|
var ref = new Ref();
|
|
eq(1, ref.value = 1);
|
|
eq(1, ref.value = 1);
|
|
eq(1, ref.value);
|
|
eq(1, ref.value);
|
|
}
|
|
}
|
|
|
|
+ #end
|
|
|
|
|
|
function testUnopProperties() {
|
|
function testUnopProperties() {
|
|
var vcs = new Vcs(true);
|
|
var vcs = new Vcs(true);
|