Files
kotlin-fork/compiler/testData/diagnostics/testsWithJsStdLib/name/extensionPropertyAndMethod.fir.kt
T
2023-01-09 08:57:08 +00:00

9 lines
72 B
Kotlin
Vendored

package foo
class A
fun A.get_bar() = 23
val A.bar: Int
get() = 42