[TEST] Fix long literal in testdata broken in 4374c06
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun testSimple() = Box<Long>(2l * 3)
|
||||
fun testSimple() = Box<Long>(2L * 3)
|
||||
|
||||
inline fun <reified T> testArray(n: Int, crossinline block: () -> T): Array<T> {
|
||||
return Array<T>(n) { block() }
|
||||
|
||||
Reference in New Issue
Block a user