7 lines
79 B
Kotlin
Vendored
7 lines
79 B
Kotlin
Vendored
package test
|
|
|
|
import kotlin.annotation.*
|
|
|
|
open class ClassWithFlagsChanged {
|
|
}
|