Test added: suppress on function reference #KT-15839 Obsolete

This commit is contained in:
Mikhail Glukhikh
2017-01-24 14:59:53 +03:00
parent d9ec8a92f2
commit 60fcdeb5ee
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,3 @@
// See KT-15839
val x = "1".let(@Suppress("DEPRECATION") Integer::parseInt)
@@ -0,0 +1,3 @@
package
public val x: kotlin.Int