Do not lookup expressions in closures when building signatures
#KT-2764 Fixed (EA-38857)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun main(args: Array<String>) {
|
||||
}
|
||||
|
||||
class <caret>Foo(val b: Int) {
|
||||
{
|
||||
this.b
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user