10 lines
149 B
Text
10 lines
149 B
Text
mutual
|
|
|
|
protected def Foo.toString : Foo → String
|
|
:= fun _ => "foo"
|
|
|
|
def toString' : Foo → String := fun _ => "foo"
|
|
|
|
end
|
|
|
|
#check @Foo.toString
|