Pseudocode: Generate instructions for callable reference expressions
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun bar(): Int = 1
|
||||
|
||||
fun foo(): Any = ::bar
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
fun bar(): Int = 1
|
||||
|
||||
fun foo(): Any = ::bar
|
||||