[Tests] Removed moved tests from old testing
^KT-64256 Fixed
This commit is contained in:
committed by
Space Team
parent
e15068c62f
commit
df2dcccbf7
@@ -1,14 +1,4 @@
|
||||
import kotlin.test.*
|
||||
import kotlin.contracts.*
|
||||
|
||||
open class S
|
||||
class P(val str: String = "P") : S()
|
||||
|
||||
@OptIn(kotlin.contracts.ExperimentalContracts::class)
|
||||
fun check(actual: Boolean) {
|
||||
contract { returns() implies actual }
|
||||
assertTrue(actual)
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
assertEquals("STR", nullableString("str"))
|
||||
|
||||
Reference in New Issue
Block a user