Add test for exhaustive when with subject of Boolean! type

This commit is contained in:
Dmitriy Novozhilov
2021-06-25 10:00:31 +03:00
committed by teamcityserver
parent 09994ee8ea
commit 8a2e0cedf9
6 changed files with 59 additions and 0 deletions
@@ -0,0 +1,14 @@
package
public fun test_1(): kotlin.Int
public fun test_2(): kotlin.Int
public open class Provider {
public constructor Provider()
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
// Static members
public open fun getCondition(): kotlin.Boolean!
}