Update testdata: println is moved to ioH.kt
This commit is contained in:
+2
-2
@@ -29,11 +29,11 @@ class NavigateToStdlibSourceTest : KotlinCodeInsightTestCase() {
|
|||||||
private val FILE_TEXT = "fun foo() { <caret>println() }"
|
private val FILE_TEXT = "fun foo() { <caret>println() }"
|
||||||
|
|
||||||
fun testRefToPrintlnWithJVM() {
|
fun testRefToPrintlnWithJVM() {
|
||||||
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
|
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun testRefToPrintlnWithJVMAndJS() {
|
fun testRefToPrintlnWithJVMAndJS() {
|
||||||
doTest("Console.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
|
doTest("ioH.kt", ModuleKind.KOTLIN_JVM_WITH_STDLIB_SOURCES, ModuleKind.KOTLIN_JAVASCRIPT)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun testRefToPrintlnWithJS() {
|
fun testRefToPrintlnWithJS() {
|
||||||
|
|||||||
Reference in New Issue
Block a user