Revert "Remove ExtensionMethodAccess to see extension method flows"

This reverts commit 9df4f2074379ba4668054a2a66eaaaaf5cb9b6c8.
This commit is contained in:
Tamas Vajk
2022-03-31 14:05:06 +02:00
committed by Ian Lynagh
parent a9711b8c88
commit 38ab7acf3e
4 changed files with 4 additions and 14 deletions

View File

@@ -1,6 +1,2 @@
| test.kt:20:29:20:31 | new C(...) | test.kt:23:22:23:28 | self1(...) |
| test.kt:20:29:20:31 | new C(...) | test.kt:26:22:26:28 | self2(...) |
| test.kt:20:29:20:31 | new C(...) | test.kt:29:18:29:29 | fn1(...) |
| test.kt:20:29:20:31 | new C(...) | test.kt:32:18:32:29 | fn2(...) |
| test.kt:20:29:20:31 | new C(...) | test.kt:35:18:35:31 | call1(...) |
| test.kt:20:29:20:31 | new C(...) | test.kt:38:22:38:28 | call2(...) |