зеркало из https://github.com/microsoft/ivy.git
13 строки
150 B
Plaintext
13 строки
150 B
Plaintext
|
#lang ivy1.7
|
||
|
|
||
|
object foo = { ...
|
||
|
action bar = {}
|
||
|
}
|
||
|
|
||
|
object foo = { ...
|
||
|
object obj = { ...
|
||
|
var x : foo
|
||
|
action bar = {}
|
||
|
}
|
||
|
}
|