remap types according to the current place (IDEA-187378)

This commit is contained in:
Anna.Kozlova
2018-03-14 11:50:00 +01:00
parent 285da6d208
commit 4b9f5eee44
4 changed files with 25 additions and 5 deletions
@@ -0,0 +1,8 @@
package p;
class Class1 {
void f(I i) {
java.io.ObjectInput input = i.get();
}
}