mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
8 lines
180 B
Kotlin
Vendored
8 lines
180 B
Kotlin
Vendored
@file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE")
|
|
package test
|
|
|
|
import kotlin.internal.RequireKotlin
|
|
|
|
@RequireKotlin("1.1.50", level = DeprecationLevel.HIDDEN)
|
|
class Klass
|