зеркало из https://github.com/microsoft/verona.git
Add failing test.
This commit is contained in:
Родитель
fc3c6df2e0
Коммит
063e2a18d4
|
@ -0,0 +1,11 @@
|
|||
class Subtype[S, T] where (S < T) {}
|
||||
|
||||
type Copyable[Slf] = {
|
||||
copy(self: Slf) : Slf
|
||||
} & (Slf < Copyable[Slf])
|
||||
|
||||
class C {
|
||||
copy(self: C): C
|
||||
}
|
||||
|
||||
let x : Subtype[C, Copyable[C]]
|
|
@ -0,0 +1 @@
|
|||
Process terminated due to timeout
|
Загрузка…
Ссылка в новой задаче