[VISUALIZER] Add implicit receiver rendering in fir
This commit is contained in:
committed by
TeamCityServer
parent
0ca0304865
commit
607c7b3e82
@@ -2,6 +2,7 @@ package p
|
||||
|
||||
class A {
|
||||
val aProp = 10
|
||||
fun call() {}
|
||||
}
|
||||
|
||||
class B {
|
||||
@@ -11,6 +12,7 @@ class B {
|
||||
fun foo(a: Int, b: Int): Int {
|
||||
with(A()) {
|
||||
aProp
|
||||
call()
|
||||
|
||||
with(B()) {
|
||||
aProp
|
||||
|
||||
Reference in New Issue
Block a user