11 lines
263 B
Kotlin
11 lines
263 B
Kotlin
// "class com.intellij.codeInsight.daemon.impl.quickfix.ImportClassFixBase" "false"
|
|
// ERROR: Unresolved reference: some[12]
|
|
// ERROR: No get method providing array access
|
|
|
|
package Teting
|
|
|
|
import Teting.test.someFun
|
|
|
|
fun main(args : Array<String>) {
|
|
someFun
|
|
} |