Update test data for compiler visualizer
This commit is contained in:
committed by
TeamCityServer
parent
4ac38e5f29
commit
919591909e
@@ -50,3 +50,9 @@ val test6 = A::qux
|
||||
// │ fun baz(): Unit
|
||||
// │ │
|
||||
val test7 = ::baz
|
||||
|
||||
// reflect/KFunction1<A?, Unit>
|
||||
// │ class A
|
||||
// │ │ fun (A).foo(): Unit
|
||||
// │ │ │
|
||||
val test8 = A?::foo
|
||||
|
||||
Reference in New Issue
Block a user