Files
kotlin-fork/idea/testData/highlighterJsr305/project/Ignore.kt
T

6 lines
52 B
Kotlin
Vendored

import foo.A
fun main(a: A) {
a.field.length
}