Files
kotlin-fork/analysis/analysis-api/testData/components/scopeProvider/memberScopeByFqName/dataClass.kt
T
2023-03-20 22:04:48 +00:00

7 lines
168 B
Kotlin
Vendored

data class Abc(val firstProperty: Int, val secondProperty: Double, val thirdProperty: String) {
fun check() {}
val Int.bodyProperty get() = 1L
}
// class: Abc