7b7619d1f3
Make all filenames start with lowercase letter (instead of half lower / half upper)
9 lines
95 B
Kotlin
Vendored
9 lines
95 B
Kotlin
Vendored
package testing
|
|
|
|
object TopLevelObject
|
|
|
|
class Outer {
|
|
inner class Inner
|
|
class Nested
|
|
}
|