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