Analyze Data Flow to Here to work with virtual methods
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
4 fun <bold>bar(n: Int) = n</bold>
|
||||
4 fun bar(n: Int) = <bold>n</bold>
|
||||
4 fun bar(<bold>n: Int</bold>) = n
|
||||
5 val x = (::bar)(<bold>1</bold>)
|
||||
|
||||
Reference in New Issue
Block a user