Line Markers: Don't show test run line markers for top-level functions
#KT-13509 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import kotlin.test.*
|
||||
|
||||
@Test fun testFoo() {
|
||||
|
||||
}
|
||||
|
||||
@Ignore fun testFooWrong() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user