Newer
Older
zweic / tests / four / class00-4.zwei
@glproj03 glproj03 on 28 Dec 2005 182 bytes wicked cool test file added: script.sh
class ClassMemberTest {
    Int x; // success
    Null foo() { NONE; } // 4/4 failure of clause 3 (incorrectly typed member)
    Int bar() { Int a = 2; return a + 2 } // success
}

2