Files
kotlin-fork/idea/testData/intentions/addThrowsAnnotation/inLambda.kt
T

5 lines
85 B
Kotlin
Vendored

// WITH_RUNTIME
// IS_APPLICABLE: false
val f = { <caret>throw RuntimeException() }