Files
kotlin/idea/testData/multiModuleLineMarker/topLevelFunWithKotlinTest/jvm/test.kt
2018-01-29 14:48:41 +03:00

9 lines
79 B
Kotlin
Vendored

import kotlin.test.*
@Test fun testFoo() {
}
@Ignore fun testFooWrong() {
}