Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
cli
/
jvm
/
annotationDefaultTargetWithOptInParamProperty.out
blob: 959e4af6c38fde87a1488a08394ac3dbf5137a95 [
file
]
compiler
/
testData
/
cli
/
jvm
/
annotationDefaultTargetWithOptIn
.
kt
:
4
:
10
:
error
:
opt
-
in
requirement marker annotation cannot be used on parameter
.
class
My
(
@Marker
val x
:
String
)
^^^^^^^
COMPILATION_ERROR