3394097f47
To test production resolveToFirSymbol entry point ^KT-57850
3 lines
77 B
Kotlin
3 lines
77 B
Kotlin
class A(a: Boolean, pa<caret>ram: Int = 1, c: Long) {
|
|
fun foo() = "str"
|
|
} |