Deprecate simplification of complex boolean constant expressions in whens and loops
^KT-39883 In Progress
This commit is contained in:
committed by
teamcityserver
parent
8a2e0cedf9
commit
05883afc0a
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
package
|
||||
|
||||
public const val TRUE: kotlin.Boolean = true
|
||||
public const val s1: kotlin.String = "s1"
|
||||
public const val s2: kotlin.String = "s2"
|
||||
public fun test_0(/*0*/ b: kotlin.Boolean): kotlin.String
|
||||
public fun test_1(/*0*/ b: kotlin.Boolean): kotlin.String
|
||||
public fun test_2(/*0*/ b: kotlin.Boolean): kotlin.String
|
||||
public fun test_3(/*0*/ b: kotlin.Boolean): kotlin.String
|
||||
Reference in New Issue
Block a user