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

class MethodTest {
    MethodTest classReturnTest() { // success of clause 2 (containing class as return type)
        return this
    }
}

0