blob: 7de5b87528d773a8056a8b8a2f16f8fc0a26d247 [file] [log] [blame]
abstract class Abs {
def Abs(int x){}
def Abs(int x, int y){}
}
print new Abs<warning descr="Constructor 'Abs' in 'Abs' cannot be applied to '()'">()</warning>{}