fix tests in org.jetbrains.kotlin.idea.highlighter
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
<!-- cannotOverrideInvisibleMember1 -->
|
||||
'internal open fun foo(): kotlin.Unit defined in B' has no access to 'private open fun foo(): kotlin.Unit defined in A', so it cannot override it
|
||||
'public open fun foo(): kotlin.Unit defined in B' has no access to 'private open fun foo(): kotlin.Unit defined in A', so it cannot override it
|
||||
@@ -1,3 +1,3 @@
|
||||
<!-- conflictingOverloadsClass1 -->
|
||||
<html>
|
||||
'<b>internal</b> <b>final</b> <b>fun</b> lol(x: kotlin.Int): kotlin.Int'<br />is already defined in conflictingOverloads</html>
|
||||
'<b>public</b> <b>final</b> <b>fun</b> lol(x: kotlin.Int): kotlin.Int'<br />is already defined in conflictingOverloads</html>
|
||||
@@ -1,3 +1,3 @@
|
||||
<!-- conflictingOverloadsClass2 -->
|
||||
<html>
|
||||
'<b>internal</b> <b>final</b> <b>fun</b> lol(y: kotlin.Int): kotlin.Int'<br />is already defined in conflictingOverloads</html>
|
||||
'<b>public</b> <b>final</b> <b>fun</b> lol(y: kotlin.Int): kotlin.Int'<br />is already defined in conflictingOverloads</html>
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- conflictingOverloadsDefaultPackage1 -->
|
||||
'internal fun foo(x: kotlin.Int): kotlin.Int' is already defined in root package
|
||||
'public fun foo(x: kotlin.Int): kotlin.Int' is already defined in root package
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- conflictingOverloadsDefaultPackage2 -->
|
||||
'internal fun foo(y: kotlin.Int): kotlin.Int' is already defined in root package
|
||||
'public fun foo(y: kotlin.Int): kotlin.Int' is already defined in root package
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- constructorsRedeclarationTopLevel1 -->
|
||||
'internal fun Element(x: kotlin.String): kotlin.Unit' is already defined in root package
|
||||
'public fun Element(x: kotlin.String): kotlin.Unit' is already defined in root package
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- differentNamesForSameParameter1 -->
|
||||
Names of the parameter #1 conflict in the following members of supertypes: 'internal abstract fun foo(x: kotlin.Int): kotlin.Unit defined in A, internal open fun foo(y: kotlin.Int): kotlin.Unit defined in B'. This may cause problems when calling this function with named arguments.
|
||||
Names of the parameter #1 conflict in the following members of supertypes: 'public abstract fun foo(x: kotlin.Int): kotlin.Unit defined in A, public open fun foo(y: kotlin.Int): kotlin.Unit defined in B'. This may cause problems when calling this function with named arguments.
|
||||
@@ -1,2 +1,2 @@
|
||||
<!-- wrongReturnTypeInImplementation1 -->
|
||||
Class 'E' must be declared abstract or implement abstract member internal abstract fun f(): T3 defined in C
|
||||
Class 'E' must be declared abstract or implement abstract member public abstract fun f(): T3 defined in C
|
||||
Reference in New Issue
Block a user