Dropped redundant code which was required for lambda signature completion when the syntax was different

#KT-12033 Fixed
This commit is contained in:
Valentin Kipyatkov
2016-04-27 12:53:25 +03:00
parent 40022e8f7a
commit 45d460a5fa
4 changed files with 25 additions and 12 deletions
+8
View File
@@ -0,0 +1,8 @@
fun main(foo: Foo) {
foo.apply {
is<caret>
}
}
class Foo(val isValid: String)
// EXIST: isValid