fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
package test
|
||||
|
||||
internal final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
||||
public final class ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>> {
|
||||
/*primary*/ public constructor ClassParamReferencesSelf</*0*/ A : test.TraitWithP<A>>()
|
||||
}
|
||||
|
||||
internal interface TraitWithP</*0*/ P> {
|
||||
public interface TraitWithP</*0*/ P> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user