Newer
Older
zweic / tests / 4 / method00-1.zwei
@ajaggi ajaggi on 26 Dec 2005 114 bytes Added some test cases
// Method

class MethodTest {
    UNKNOWN foo() {} // 1/5 failure of clause 1 (incorrectly typed return type)
}

2