Move lambda out: don't report in delegation #KT-27584 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
8ea8acc7f7
commit
9b49c23668
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
interface I
|
||||
class C1(s: String, f: (String) -> String) : I
|
||||
class C2 : I by C1("", <caret>{ "" })
|
||||
Reference in New Issue
Block a user