Inline Variable: Var support
#KT-5169 Fixed
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val t = 1 + 1
|
||||
}
|
||||
Reference in New Issue
Block a user
#KT-5169 Fixed
@@ -0,0 +1,3 @@
|
||||
fun foo() {
|
||||
val t = 1 + 1
|
||||
}
|
||||