Index: samples/sample_extension/sample_synchronous_extension.dart |
=================================================================== |
--- samples/sample_extension/sample_synchronous_extension.dart (revision 32146) |
+++ samples/sample_extension/sample_synchronous_extension.dart (working copy) |
@@ -8,4 +8,5 @@ |
// The simplest way to call native code: top-level functions. |
int systemRand() native "SystemRand"; |
+int noScopeSystemRand() native "NoScopeSystemRand"; |
bool systemSrand(int seed) native "SystemSrand"; |