Rename: auto cast -> smart cast
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package g
|
||||
|
||||
import c.B
|
||||
|
||||
fun B.foo() {}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
package g
|
||||
|
||||
import c.B
|
||||
|
||||
fun B.foo() {}
|
||||