Convert to anonymous object: fix wrong replacement when SAM is nested interface
#KT-33660 Fixed
This commit is contained in:
committed by
Dmitry Gridin
parent
2e3428bbe7
commit
6a329210cb
@@ -0,0 +1,3 @@
|
||||
fun main() {
|
||||
J().foo(J.Sam<caret> {})
|
||||
}
|
||||
Reference in New Issue
Block a user