mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 00:21:28 +00:00
Tests for abstract functions with default arguments
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class JavaClass {
|
||||
public static void main(String[] args) {
|
||||
try {
|
||||
new Derived().one(null);
|
||||
}
|
||||
catch (E1 e) {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user