Sign in
◑
Theme
mojo
/
mojo-tools
/
ce1c56c8c532bae98e9b9ffb71e3a98d8cae1fe3
/
.
/
mojo
/
dart
/
test
/
uri_base_test.dart
blob: eb20d43bbc707694c0db2c88adca634cd5837067 [
file
]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import
'dart:mojo.core'
;
main
()
{
print
(
"${Uri.base}"
);
}