Add bytecode listing test for use site targets and default targets (with priorities)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
public annotation class Ann
|
||||
|
||||
public class A {
|
||||
fun @receiver:Ann String.f(): String = ""
|
||||
|
||||
val @receiver:Ann String.p: String
|
||||
get() = ""
|
||||
|
||||
}
|
||||
|
||||
fun @receiver:Ann String.topLevelF(): String = ""
|
||||
|
||||
val @receiver:Ann String.topLevelP: String
|
||||
get() = ""
|
||||
Reference in New Issue
Block a user