Inline function: add extra tests taken from intellij-community
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
private var s: String? = null
|
||||
|
||||
fun test() {
|
||||
s = "Hello"
|
||||
println(s)
|
||||
println(s)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user