Swapped pointers to the other side for types to prevent ambiguity, i.e. *int instead of int*
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import io:*
|
||||
|
||||
obj FuncObj {
|
||||
fun operator()(a:int, b:char*): void {
|
||||
fun operator()(a:int, b:*char): void {
|
||||
println(a)
|
||||
println(b)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user