Insert KProperty<*> when creating property delegate methods in IDE
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
// "Create member function 'getValue'" "true"
|
||||
import kotlin.reflect.KProperty
|
||||
|
||||
class F {
|
||||
fun setValue(x: X, propertyMetadata: PropertyMetadata, i: Int) { }
|
||||
fun setValue(x: X, property: KProperty<*>, i: Int) { }
|
||||
}
|
||||
|
||||
class X {
|
||||
|
||||
Reference in New Issue
Block a user