Checking "infix" modifier in completion and import popup

This commit is contained in:
Valentin Kipyatkov
2015-10-09 18:22:44 +03:00
parent a7577ac722
commit ee7425c1de
16 changed files with 49 additions and 24 deletions
@@ -1,4 +1,4 @@
fun Int.func(s: String): Int{}
infix fun Int.func(s: String): Int{}
fun test() {
val floor = "Floor"