Files
kotlin-fork/compiler/testData/compileKotlinAgainstKotlin/ClassInObject.A.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
61 B
Kotlin

package a
object CartRoutes {
class RemoveOrderItem()
}