Inline function: add extra tests taken from intellij-community
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
class A {
|
||||
private val i = 0
|
||||
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
fun bar() {
|
||||
i.toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user