bd8a4d78fa
#KT-13509 Fixed
9 lines
79 B
Kotlin
Vendored
9 lines
79 B
Kotlin
Vendored
import kotlin.test.*
|
|
|
|
@Test fun testFoo() {
|
|
|
|
}
|
|
|
|
@Ignore fun testFooWrong() {
|
|
|
|
} |