fix tests in org.jetbrains.kotlin.cli
This commit is contained in:
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
compiler/testData/cli/jvm/conflictingOverloads.kt:1:1: error: 'internal fun a(): kotlin.List<kotlin.Int>' is already defined in root package
|
compiler/testData/cli/jvm/conflictingOverloads.kt:1:1: error: 'public fun a(): kotlin.List<kotlin.Int>' is already defined in root package
|
||||||
fun a(): List<Int> = null!!
|
fun a(): List<Int> = null!!
|
||||||
^
|
^
|
||||||
compiler/testData/cli/jvm/conflictingOverloads.kt:2:1: error: 'internal fun a(): kotlin.List<kotlin.String>' is already defined in root package
|
compiler/testData/cli/jvm/conflictingOverloads.kt:2:1: error: 'public fun a(): kotlin.List<kotlin.String>' is already defined in root package
|
||||||
fun a(): List<String> = null!!
|
fun a(): List<String> = null!!
|
||||||
^
|
^
|
||||||
COMPILATION_ERROR
|
COMPILATION_ERROR
|
||||||
Reference in New Issue
Block a user