[JS IR] Throw exception if test class or test method has explicit parameter
resolves https://youtrack.jetbrains.com/issue/KT-41032
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ class Outer {
|
||||
}
|
||||
|
||||
inner class Inneer {
|
||||
@Test fun inneerTest() {
|
||||
@Test fun innermostTest() {
|
||||
call(prop + "Inneer")
|
||||
}
|
||||
}
|
||||
@@ -68,7 +68,7 @@ fun box() = checkLog {
|
||||
call("propInner")
|
||||
}
|
||||
suite("Inneer") {
|
||||
test("inneerTest") {
|
||||
test("innermostTest") {
|
||||
call("propInneer")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user