summaryrefslogtreecommitdiff
path: root/plugins/typeMigration/testData/refactoring/typeMigration/t31/before/test.java
blob: b8c08fdfd786184146f09b5d05ed3bfb06a5e9c4 (plain)
1
2
3
4
5
6
7
8
class Test {
  Test f;
  void foo(){}

  void bar() {
    f.foo();
  }
}