Refactor CompileKotlinAgainstCustomBinariesTest

Make all filenames start with lowercase letter (instead of half lower / half
upper)
This commit is contained in:
Alexander Udalov
2014-03-12 00:14:56 +04:00
parent f61470943a
commit 7b7619d1f3
8 changed files with 12 additions and 11 deletions
@@ -0,0 +1,8 @@
package testing
object TopLevelObject
class Outer {
inner class Inner
class Nested
}