Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
b32f408767cf86efaa65eb02699fe00bd61d99a6
/
.
/
compiler
/
testData
/
versionRequirement
/
patchVersion.kt
blob: 6e4686644afda44549c16fa23ccbc1743899b8be [
file
]
@file
:
Suppress
(
"INVISIBLE_MEMBER"
,
"INVISIBLE_REFERENCE"
)
package
test
import
kotlin
.
internal
.
RequireKotlin
@RequireKotlin
(
"1.1.50"
,
level
=
DeprecationLevel
.
HIDDEN
)
class
Klass