UNNECESSARY_LATEINIT warning introduced #KT-13295 Fixed

(cherry picked from commit 88f9938)
This commit is contained in:
Mikhail Glukhikh
2016-09-26 11:17:42 +03:00
committed by Mikhail Glukhikh
parent b0ed6adce3
commit 4da9a101cf
27 changed files with 316 additions and 3 deletions
@@ -0,0 +1,9 @@
package
public final class Foo {
public constructor Foo()
public final lateinit var bar: kotlin.String
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}