Files
kotlin-fork/idea/testData/javaFacade/wrapFunWithDefaultParam.kt
T

1 line
41 B
Kotlin

fun <caret>test(a : Int = 1) = Unit.VALUE