Analyze Data Flow to Here to work with virtual methods

This commit is contained in:
Valentin Kipyatkov
2020-02-09 22:49:54 +02:00
parent c34286a327
commit cfa1d91aa4
15 changed files with 137 additions and 47 deletions
@@ -1,8 +1,9 @@
4 fun bar(<bold>n: Int</bold>) = n
5 val x = (::bar)(<bold>1</bold>)
5 val <bold>x = (::bar)(1)</bold>
5 val x = <bold>(::bar)(1)</bold>
5 [LAMBDA] val x = <bold>(::bar)</bold>(1)
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>)