Add "Convert to notNull delegate" quick fix for INAPPLICABLE_LATEINIT_MODIFIER

#KT-12515 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-06-18 11:52:51 +09:00
committed by Dmitry Gridin
parent b3b7e26985
commit e3c9134904
13 changed files with 163 additions and 0 deletions
@@ -0,0 +1,8 @@
// "Convert to notNull delegate" "false"
// DISABLE-ERRORS
// ACTION: Make internal
// ACTION: Make private
// ACTION: Remove 'lateinit' modifier
// ACTION: Remove explicit type specification
// ACTION: Remove initializer from property
<caret>lateinit var x: Boolean = true