Kotlin: Add support for IMPLICIT_NOTNULL

This commit is contained in:
Ian Lynagh
2021-10-28 17:07:02 +01:00
parent d181b4b9cc
commit 46e55f5990
2 changed files with 13 additions and 0 deletions

View File

@@ -101,3 +101,6 @@
| exprs.kt:71:8:71:16 | ... != ... | NEExpr |
| exprs.kt:71:13:71:16 | null | NullLiteral |
| exprs.kt:72:9:72:29 | r2 | LocalVariableDeclExpr |
| exprs.kt:72:29:72:29 | (...)... | CastExpr |
| exprs.kt:72:29:72:29 | Rectangle | TypeAccess |
| exprs.kt:72:29:72:29 | r | VarAccess |