Fixed test data for new lambda syntax
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//KT-4603 Labeling information is lost when passing through local classes or objects
|
||||
|
||||
fun foo() {
|
||||
val s = @l{ Int.() ->
|
||||
val s: Int.() -> Unit = @l{
|
||||
class Local(val y: Int = this@l) {
|
||||
fun bar() {
|
||||
val x: Int = this@l //unresolved
|
||||
|
||||
Reference in New Issue
Block a user