New J2K: implement mutability inference in post-processing
#KT-24293 fixed #KT-19603 fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package to
|
||||
|
||||
@SomeAnnotation
|
||||
fun foo(): String {
|
||||
fun foo(): String? {
|
||||
return ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user