Test added: suppress on function reference #KT-15839 Obsolete
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
// See KT-15839
|
||||
|
||||
val x = "1".let(@Suppress("DEPRECATION") Integer::parseInt)
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package
|
||||
|
||||
public val x: kotlin.Int
|
||||
Reference in New Issue
Block a user