summaryrefslogtreecommitdiff
path: root/plugins/kotlin/idea/tests/testData/quickfix/experimental/switchOnWithAnotherMarker.kt.after
blob: bafed185cd3724281f66af15dde4d323b8895687 (plain)
1
2
3
4
5
6
7
8
9
// "Add '-opt-in=kotlin.RequiresOptIn' to module light_idea_test_case compiler arguments" "true"
// COMPILER_ARGUMENTS: -version -opt-in=AnotherMarker
// COMPILER_ARGUMENTS_AFTER: -version -opt-in=AnotherMarker -opt-in=kotlin.RequiresOptIn
// DISABLE-ERRORS
// WITH_RUNTIME
// LANGUAGE_VERSION: 1.6

@RequiresOptIn
annotation class MyExperimentalAPI