Merged LoadCompiledKotlin test int LoadJavaTest.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
||||
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
|
||||
}
|
||||
|
||||
internal trait TraitWithP</*0*/ P> {
|
||||
}
|
||||
Reference in New Issue
Block a user