Introduce -Xprogressive
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
interface WithCopy<T> {
|
||||
fun copy(str: T): WithCopy<T>
|
||||
}
|
||||
|
||||
data class Test(val str: String): WithCopy<String>
|
||||
Reference in New Issue
Block a user