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

2