Files
kotlin-fork/idea/testData/intentions/branched/doubleBangToIfThen/exceptionTextEscapesQuotes.kt
T
2015-12-17 11:11:23 +03:00

7 lines
120 B
Kotlin
Vendored

// WITH_RUNTIME
fun main(args: Array<String>) {
doSomething("one")<caret>!!
}
fun doSomething(a: Any): Any? = null