Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0c8f3faeecbeecb0d1430ef2b86dd192a029711c
/
.
/
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