Fixed KT-5299 J2K: When generating named this@type, do not insert FQN

#KT-5299 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-06-23 14:56:58 +04:00
parent c458993fed
commit 4e7c7fc625
5 changed files with 12 additions and 4 deletions
@@ -1,4 +1,6 @@
//file
package a.b;
class Base {
void foo();
}