Resolve callable reference expressions
#KT-1183 In Progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun bar() = 42
|
||||
|
||||
fun main() {
|
||||
fun bar() = 239
|
||||
|
||||
::bar
|
||||
}
|
||||
Reference in New Issue
Block a user