Dropped redundant code which was required for lambda signature completion when the syntax was different
#KT-12033 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun main(foo: Foo) {
|
||||
foo.apply {
|
||||
is<caret>
|
||||
}
|
||||
}
|
||||
class Foo(val isValid: String)
|
||||
|
||||
// EXIST: isValid
|
||||
Reference in New Issue
Block a user