Files
kotlin-fork/idea/idea-completion/testData/weighers/basic/NamedParameters.Data.kt
T
2016-05-12 22:22:46 +03:00

11 lines
135 B
Kotlin
Vendored

package temp.test
class Options(val listNew: Int, val listMatch: Boolean) {
}
fun listImportedFun() = 12
val listImportedVal = 11