Files
kotlin-fork/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunGetFooSetFoo.txt
T
2012-12-27 20:46:57 +04:00

8 lines
206 B
Plaintext

namespace test
internal final class ClassFunGetFoo {
/*primary*/ public constructor ClassFunGetFoo()
internal final fun getFoo() : jet.Int
internal final fun setFoo(/*0*/ p : jet.Int) : Unit
}