Pseudocode: Generate synthetic VALUE_CONSUMER for both property and class delegates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Delegate {
|
||||
fun get(_this: Any, p: PropertyMetadata): Int = 0
|
||||
fun get(_this: Nothing?, p: PropertyMetadata): Int = 0
|
||||
}
|
||||
|
||||
val a = Delegate()
|
||||
|
||||
Reference in New Issue
Block a user