KT-3702: Inner class constructor cannot be invoked in override function with receiver

KT-3532: NoSuchMethodError when constructing Java inner class
KT-3847: Class is not recognized as inner when loaded from binaries

 #KT-3702 Fixed
 #KT-3532 Fixed
 #KT-3847 Fixed
This commit is contained in:
Mikhael Bogdanov
2013-06-24 11:21:23 +04:00
parent 8e45bb7657
commit 8a4b01d9c6
9 changed files with 63 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
public class kt3532 {
public class Inner { }
}