Fixed bug

This commit is contained in:
Valentin Kipyatkov
2015-02-18 21:10:56 +03:00
parent a137503ee9
commit 660ac8d63c
4 changed files with 27 additions and 1 deletions
@@ -0,0 +1,9 @@
package ppp
object OOO {
fun foo() {
Nested()
}
private class Nested
}