Add incremental compilation inline call site tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package usage
|
||||
|
||||
class Usage(val x: Int) {
|
||||
constructor() : this(inline.f())
|
||||
}
|
||||
Reference in New Issue
Block a user