Fixed bug
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ppp
|
||||
|
||||
object OOO {
|
||||
fun foo() {
|
||||
Nested()
|
||||
}
|
||||
|
||||
private class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user