mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 08:31:35 +00:00
9 lines
144 B
Kotlin
Vendored
9 lines
144 B
Kotlin
Vendored
// SIBLING:
|
|
class MyClass {
|
|
fun test() {
|
|
<selection>@[P] val t: Int = 1
|
|
t</selection>
|
|
}
|
|
|
|
public annotation class P
|
|
} |