Files
kotlin-fork/compiler/testData/loadKotlin/fun/nonGeneric/ClassFunSetFoo.txt
T
2013-04-29 15:44:07 +04:00

7 lines
161 B
Plaintext

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