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