[FIR2IR] Make safe call result always nullable

This commit is contained in:
Mikhail Glukhikh
2020-10-07 13:13:17 +03:00
parent d623f4d1d6
commit 2f9b7495fc
5 changed files with 3 additions and 6 deletions
-1
View File
@@ -1,4 +1,3 @@
// IGNORE_BACKEND_FIR: JVM_IR
// The IR prduced by FIR implicitly casts `null` of type `Nothing?` to type `Int` instead of `Int?` in `getColumnCount`.
public class StockMarketTableModel() {