Deprecate Double, Float and Comparable range implementations.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@file: Suppress("DEPRECATION_ERROR")
|
||||
package language
|
||||
|
||||
import java.lang.Integer.MAX_VALUE as MaxI
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@file: Suppress("DEPRECATION_ERROR")
|
||||
package language
|
||||
|
||||
import org.junit.Test as test
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@file: Suppress("DEPRECATION_ERROR")
|
||||
package language
|
||||
|
||||
import java.lang.Double as jDouble
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@file: Suppress("DEPRECATION_ERROR")
|
||||
package language
|
||||
|
||||
import kotlin.test.*
|
||||
|
||||
Reference in New Issue
Block a user