Misc: Do not use resolved call of outer expression if current call expression has no callee

#KT-10105 Fixed
This commit is contained in:
Alexey Sedunov
2015-11-20 16:15:58 +03:00
parent a01a18cb1a
commit b75665a96a
6 changed files with 53 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
fun foo() {
int x = ()()
}