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

1 line
49 B
Kotlin

class Test(var field: Int, <caret>parameter: Int)