Files
kotlin/idea/testData/codeInsight/postfix/notnull.kt
2016-09-20 15:26:42 +03:00

4 lines
42 B
Kotlin
Vendored

fun foo(x: Any?) {
x.notnull<caret>
}