Minor: move reflection/light/* -> reflection/*
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package foo
|
||||
|
||||
open class A
|
||||
|
||||
class B : A() {
|
||||
val a = 1
|
||||
}
|
||||
|
||||
object O
|
||||
|
||||
interface I
|
||||
|
||||
enum class E {
|
||||
X,
|
||||
Y {
|
||||
val a = 1
|
||||
},
|
||||
Z {}
|
||||
}
|
||||
|
||||
@JsName("Q")
|
||||
class R
|
||||
Reference in New Issue
Block a user