Files
kotlin-fork/idea/testData/refactoring/introduceParameter/throw.kt
T

3 lines
63 B
Kotlin
Vendored

fun foo(): Int {
<selection>throw Exception()</selection>
}