e354b2a900
Now we will invalidate bodies for FIR declarations immediately after in-block modifications in these declarations We assume that such in-block modifications can happen only under write action, so it should be safe to make changes for FirFile ^KT-59687 Fixed ^KT-59199 Fixed ^KTIJ-26066 Fixed
5 lines
115 B
Kotlin
5 lines
115 B
Kotlin
fun test<caret>Fun(param1: Int, param2: String = "str", param3: List<Int> = myList()) {
|
|
|
|
}
|
|
|
|
fun myList(): List<Int> |