mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
Remove some legacy codegen tests, move some to generated
This commit is contained in:
committed by
Alexander Udalov
parent
f8dfaf4599
commit
bab127ad33
3
compiler/testData/codegen/bytecodeText/stringOperations/nonNullableStringPlus.kt
vendored
Normal file
3
compiler/testData/codegen/bytecodeText/stringOperations/nonNullableStringPlus.kt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fun foo(x: String, y: Any?) = x + y + 120
|
||||
|
||||
// 0 stringPlus
|
||||
3
compiler/testData/codegen/bytecodeText/stringOperations/nullableStringPlus.kt
vendored
Normal file
3
compiler/testData/codegen/bytecodeText/stringOperations/nullableStringPlus.kt
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
fun foo(x: String?, y: Any?) = x + y
|
||||
|
||||
// 1 stringPlus
|
||||
Reference in New Issue
Block a user