Files
kotlin-fork/plugins/allopen/testData/diagnostics/kt60448.kt
T
2023-07-18 16:50:25 +00:00

10 lines
123 B
Kotlin
Vendored

// FIR_IDENTICAL
// WITH_STDLIB
annotation class AllOpen
@AllOpen
class Test {
@JvmName("g")
private fun f() {}
}