You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.182
Former-commit-id: f9d55cf82631bfd710c387739687e5845296aea1
This commit is contained in:
parent
8625704ad8
commit
b716dc8d12
@ -1,12 +0,0 @@
|
||||
infix operator •: AdditionPrecedence
|
||||
|
||||
func • (a: Int, b: Int) -> Int {
|
||||
return a * b
|
||||
}
|
||||
|
||||
@inline(never)
|
||||
func g(a: Int) -> Int{
|
||||
return a + 1
|
||||
}
|
||||
|
||||
let i = g(a: 1 • 2)
|
Reference in New Issue
Block a user