LV20: fix JPS testdata where the error reporting slightly changed

This commit is contained in:
Ilya Chernikov
2023-08-02 15:57:54 +02:00
committed by Space Team
parent 0883b4468b
commit 60603de042
8 changed files with 31 additions and 31 deletions
@@ -1,10 +1,10 @@
'internal open override val test/ClassBB1.member: kotlin/Int = Int(10)
'internal open override val test/ClassBB1.member: kotlin/Int
internal get(): kotlin/Int' has no access to 'internal abstract val test/ClassB1.member: kotlin/Int
internal get(): kotlin/Int', so it cannot override it at line 14, column 14
Cannot access '@Target(...) @Retention(...) annotation class InternalClassAnnotation : Annotation': it is internal in file at line 10, column 2
Cannot access '@Target(...) @Retention(...) annotation class InternalTestAnnotation : Annotation': it is internal in file at line 1, column 7
Cannot access 'class InternalClass1 : Any': it is internal in file at line 5, column 13
Cannot access 'class InternalClass1 : Any': it is internal in file at line 8, column 36
Cannot access 'val member: Int': it is internal in 'test/ClassA1' at line 27, column 25
public subclass exposes its internal supertype 'InternalClass1' at line 8, column 36
public subclass exposes its internal supertype 'InternalClass2' at line 18, column 36
internal get(): kotlin/Int', so it cannot override it. at line 14, column 14
Cannot access '@Target(...) @Retention(...) annotation class InternalClassAnnotation : Annotation': it is internal in file. at line 10, column 2
Cannot access '@Target(...) @Retention(...) annotation class InternalTestAnnotation : Annotation': it is internal in file. at line 1, column 7
Cannot access 'class InternalClass1 : Any': it is internal in file. at line 5, column 13
Cannot access 'class InternalClass1 : Any': it is internal in file. at line 8, column 36
Cannot access 'val member: Int': it is internal in 'test/ClassA1'. at line 27, column 25
Subclass 'public' exposes its 'internal' supertype 'InternalClass1'. at line 8, column 36
Subclass 'public' exposes its 'internal' supertype 'InternalClass2'. at line 18, column 36