6ed8d03784
Closes #1761
5 lines
106 B
Rust
5 lines
106 B
Rust
// Issue #1761
|
|
|
|
impl of foo for int { fn foo() -> int { 10 } }
|
|
iface foo { fn foo() -> int; }
|
|
fn main() {} |