[Analysis API] Add more ContextCollector tests inspired by on-air tests
As the on-air analysis is obsolete, related tests are going to be deleted. Here we add cases not yet covered by 'ContextCollector' tests.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
<expr>fun foo(n: Int) { bar(n) }</expr>
|
||||
fun bar(obj: Any?) {}
|
||||
}
|
||||
Reference in New Issue
Block a user