Files
kotlin-fork/idea/testData/inspections/cleanup/topLevels.kt
T

8 lines
109 B
Kotlin
Vendored

private fun ff() {}
private val valX = 10
private var varX = 20
var varY = 30
private set(value: Int) {}