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

8 lines
62 B
Kotlin
Vendored

package foo
class A {
fun bar() = 23
val bar = 23
}