Improve inner/nested class names in framework
Use 'Outer.Inner' instead of 'OuterInner' for Swift Also do some refactoring and add other minor improvements.
This commit is contained in:
committed by
SvyatoslavScherbina
parent
e4ca831f06
commit
1791ed5643
@@ -377,7 +377,7 @@ func testDataClass() throws {
|
||||
}
|
||||
|
||||
func testCompanionObj() throws {
|
||||
try assertEquals(actual: WithCompanionAndObjectCompanion().str, expected: "String")
|
||||
try assertEquals(actual: WithCompanionAndObject.Companion().str, expected: "String")
|
||||
try assertEquals(actual: ValuesKt.getCompanionObject().str, expected: "String")
|
||||
|
||||
let namedFromCompanion = ValuesKt.getCompanionObject().named
|
||||
|
||||
Reference in New Issue
Block a user