IDEA: don't try to create run configuration by JUnit and TestNG producers for Kotlin JS modules.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package q
|
||||
|
||||
native
|
||||
class Foo {
|
||||
// RUN:
|
||||
fun foo(s: Array<String>) = noImpl
|
||||
}
|
||||
|
||||
|
||||
// RUN:
|
||||
native
|
||||
fun main(s: Array<String>) {
|
||||
println("Top-level")
|
||||
}
|
||||
Reference in New Issue
Block a user