Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
c947c9fbf1 |
@@ -1,13 +0,0 @@
|
|||||||
package com.r35157.libs.random.impl.ref;
|
|
||||||
|
|
||||||
import com.r35157.libs.random.SomeInterface;
|
|
||||||
|
|
||||||
public class SomeImpl implements SomeInterface {
|
|
||||||
public String concat(String x, String y) {
|
|
||||||
return x + y;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void divideByZero() throws ArithmeticException {
|
|
||||||
int a = 0/0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user