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

6 lines
42 B
Kotlin
Vendored

package foo
fun bar() = 23
val bar = 32