AbstractDiagnosticBasedMigrationInspection: fix case with nullable custom factory

#KT-36479 Fixed
This commit is contained in:
Dmitry Gridin
2020-02-11 09:58:59 +07:00
parent b9911d0e0c
commit bcfd089473
3 changed files with 14 additions and 4 deletions
@@ -0,0 +1,6 @@
// LANGUAGE_VERSION: 1.4
// PROBLEM: none
var vgs: Int
get() = 0
set(value<caret>) {}