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

7 lines
161 B
Plaintext

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