5 lines
134 B
Factor
5 lines
134 B
Factor
|
IN: compiler.tests
|
||
|
USING: words kernel inference alien.strings tools.test ;
|
||
|
|
||
|
[ ] [ \ if redefined [ string>alien ] infer. ] unit-test
|