Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
aa5987fd3dbfa6d7896d481b336c9f49e48b9179
/
.
/
compiler
/
testData
/
cli
/
jvm
/
annotationDefaultTargetWithOptInFirstOnly.out
blob: 959e4af6c38fde87a1488a08394ac3dbf5137a95 [
file
] [
log
] [
blame
]
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