15 lines
483 B
Plaintext
15 lines
483 B
Plaintext
namespace test
|
|
|
|
internal final class TestSome</*0*/ P> {
|
|
/*primary*/ public constructor TestSome</*0*/ P>()
|
|
|
|
internal class object <class-object-for-TestSome> : test.ToResolve<[ERROR : 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)
|
|
}
|
|
internal final fun testFun(/*0*/ a : jet.Int) : jet.Int
|