Files
kotlin-fork/compiler/testData/lazyResolve/recursiveComparator/classObjectHeader.txt
T
Alexander Udalov 3a8ad45dec Append newline to EOF for .txt test data files
Reverts and fixes 102f0d3
2014-10-21 03:18:27 +04:00

16 lines
471 B
Plaintext

package test
internal fun testFun(/*0*/ a: kotlin.Int): kotlin.Int
internal final class TestSome</*0*/ P> {
/*primary*/ public constructor TestSome</*0*/ P>()
internal class object <class-object-for-TestSome> : test.ToResolve<P> {
/*primary*/ private constructor <class-object-for-TestSome>()
}
}
internal open class ToResolve</*0*/ SomeClass> {
/*primary*/ public constructor ToResolve</*0*/ SomeClass>(/*0*/ f: (kotlin.Int) -> kotlin.Int)
}