Fix fixed NSString* parameters in variadic functions
This commit is contained in:
committed by
SvyatoslavScherbina
parent
c7a126a6b0
commit
e1b507f998
@@ -60,6 +60,8 @@ fun run() {
|
||||
override fun description() = "global object"
|
||||
}
|
||||
println(globalObject)
|
||||
|
||||
println(formatStringLength("%d %d", 42, 17))
|
||||
}
|
||||
|
||||
fun MutablePairProtocol.swap() {
|
||||
|
||||
Reference in New Issue
Block a user