1896f7250f
Use Test#getName where possible
3 lines
63 B
Kotlin
3 lines
63 B
Kotlin
package foo
|
|
|
|
fun box() = if (true) throw Exception() else false |