Newer
Older
zweic / tests / four / method00-6.zwei
@glproj03 glproj03 on 28 Dec 2005 153 bytes wicked cool test file added: script.sh
// Method

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

0