6 lines
141 B
Plaintext
Vendored
6 lines
141 B
Plaintext
Vendored
// "Replace with 'OptIn(*markerClass)'" "true"
|
|
// WITH_RUNTIME
|
|
@file:OptIn(Foo::class, Bar::class)
|
|
|
|
annotation class Foo
|
|
annotation class Bar |