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