Refactor CompileKotlinAgainstCustomBinariesTest
Make all filenames start with lowercase letter (instead of half lower / half upper)
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
package testing
|
||||
|
||||
object TopLevelObject
|
||||
|
||||
class Outer {
|
||||
inner class Inner
|
||||
class Nested
|
||||
}
|
||||
Reference in New Issue
Block a user