[Tests] Add regression test for KT-63564
#KT-63564 Fixed
This commit is contained in:
committed by
Space Team
parent
674c56827f
commit
934253878b
+14
@@ -0,0 +1,14 @@
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
fun foo(vararg x: KProperty<*>) {}
|
||||
|
||||
var prop: String = ""
|
||||
|
||||
fun test() {
|
||||
foo(::prop)
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
test()
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user