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

6 lines
45 B
Kotlin
Vendored

package foo
class A(val x: Int)
fun A() {}