Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/ClassInObject.B.kt
T
Alexander Udalov 6e45533065 Deserialize constructors of static nested classes correctly
Similar to what is done in TopDownAnalyzer
 #KT-4081 Fixed
2013-10-15 21:03:52 +04:00

6 lines
96 B
Kotlin

import a.CartRoutes
fun main(args: Array<String>) {
val r = CartRoutes.RemoveOrderItem()
}