Files
kotlin-fork/idea/testData/codeInsight/postfix/sout.kt
T
2016-09-20 15:26:48 +03:00

4 lines
38 B
Kotlin
Vendored

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