blob: 723f3d2cc0d866a6cb9435b7577e728db4dc08e9 [file] [log] [blame]
class Foo {
static def foo(Class a){null}
static def x = foo(this)
def y = foo<warning descr="'foo' in 'Foo' cannot be applied to '(Foo)'">(this)</warning>
}