86d5bd9365
#KT-6402 Fixed
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
// SIBLING:
|
|
class MyClass {
|
|
fun test() {
|
|
__dummyTestFun__()
|
|
}
|
|
|
|
public annotation class P
|
|
}
|
|
|
|
private fun __dummyTestFun__() {
|
|
[MyClass.P] val t: Int = 1
|
|
t
|
|
} |