fix tests in org.jetbrains.kotlin.checkers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package test
|
||||
|
||||
internal final class A</*0*/ in I> {
|
||||
public final class A</*0*/ in I> {
|
||||
/*primary*/ public constructor A</*0*/ in I>()
|
||||
private/*private to this*/ final var bar: I
|
||||
private/*private to this*/ final fun <get-bar>(): I
|
||||
|
||||
Reference in New Issue
Block a user