Files
kotlin-fork/idea/testData/codeInsight/overrideImplement/androidxNotNull/foo/Impl.kt
T
Nikolay Krasko 759ffafb0a Render flexible types with enhancement as enhanced in IDE (KT-25622)
Main targets for the fix is completion, parameters info, inlay hints and
override/implement.

Other IDE functions might be affected.

 #KT-24911 Fixed
 #KT-25616 Fixed
 #KT-25622 Fixed
2018-08-03 16:00:09 +03:00

6 lines
44 B
Kotlin
Vendored

import foo.A
class B : A() {
<caret>
}