62e856956c
The result of k1/k2 should be similar here, the differences should be fixed by KT-60764
11 lines
156 B
Kotlin
Vendored
11 lines
156 B
Kotlin
Vendored
// FIR_IDENTICAL
|
|
package a.b.c.topLevelMembersAnnotated
|
|
|
|
import d.e.f.*
|
|
|
|
@property:a @property:b val i: Int = 0
|
|
|
|
@a @b fun f(@a @b p1: C): Int = 0
|
|
|
|
|
|
class C |