FIR checker: report nullable/non-class LHS of class literals

This commit is contained in:
Jinseong Jeon
2021-03-01 12:36:44 -08:00
committed by Dmitriy Novozhilov
parent a6d1d47918
commit e8028e7825
18 changed files with 162 additions and 38 deletions
@@ -18,7 +18,7 @@ fun test2() {}
@Foo([Array::class])
fun test3() {}
@Foo([Gen<Int>::class])
@Foo([<!CLASS_LITERAL_LHS_NOT_A_CLASS!>Gen<Int>::class<!>])
fun test4() {}
@Foo([""])