KT-1306123.lng or 123.sht is not good name
This commit is contained in:
@@ -8,5 +8,5 @@ var myContainer : Container? = Container()
|
||||
}
|
||||
}
|
||||
open class Test() {
|
||||
var b : Byte = One.myContainer?.myInt.sure().byt
|
||||
var b : Byte = One.myContainer?.myInt.sure().byte
|
||||
}
|
||||
@@ -9,6 +9,6 @@ var myContainer : Container? = Container()
|
||||
}
|
||||
open class Test() {
|
||||
open fun test() : Unit {
|
||||
var b : Byte = One.myContainer?.myInt.sure().byt
|
||||
var b : Byte = One.myContainer?.myInt.sure().byte
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user