Files
kotlin/compiler/testData/loadJava/compiledKotlin/annotations/parameters/ExtensionFunction.txt
2013-12-17 20:28:59 +04:00

8 lines
171 B
Plaintext

package test
internal fun jet.Int.foo(/*0*/ test.A() x: jet.Int): jet.Unit
internal final annotation class A : jet.Annotation {
/*primary*/ public constructor A()
}