LazyResolveNamespaceComparingTest → LazyResolveRecursiveComparingTest

This commit is contained in:
Evgeny Gerashchenko
2014-01-09 23:50:02 +04:00
parent db13cc6ec2
commit 5319c6e24c
45 changed files with 75 additions and 75 deletions
@@ -0,0 +1,15 @@
package test
internal fun testFun(/*0*/ a: jet.Int): jet.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: (jet.Int) -> jet.Int)
}