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