Local sealed classes are deprecated

This commit is contained in:
Mikhail Glukhikh
2015-11-20 18:10:02 +03:00
parent f98703dcdb
commit 284c1b2ec5
6 changed files with 25 additions and 1 deletions
@@ -0,0 +1,3 @@
fun foo() {
<!DEPRECATED_MODIFIER_FOR_TARGET!>sealed<!> class My
}
@@ -0,0 +1,3 @@
package
public fun foo(): kotlin.Unit