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

12 lines
94 B
Kotlin
Vendored

// FILE: foo.kt
package foo
fun bar() = 23
// FILE: foobar.kt
package foo.bar
val x = 42