Skip to content

Commit d74a18a

Browse files
committed
Add test
1 parent 899c59b commit d74a18a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/run/i7990/Exception_1.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
public class Exception_1 {
2+
public <T> Exception_1(T actual, T matcher) {
3+
}
4+
5+
public Exception_1(String message) {
6+
}
7+
}

tests/run/i7990/Test_2.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@main def Test = Exception_1("error")

0 commit comments

Comments
 (0)