You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
I commented this in the above, but this should also be considered:
classBar {}
operatorfun Bar.invoke(block:Bar.() ->Unit): Unit=TODO()
val bar =Bar()
funmain(args:Array<String>) {
ba<caret>// This should also suggest a lambda here as well.
}
See https://youtrack.jetbrains.com/issue/KT-27747
The text was updated successfully, but these errors were encountered: