commit | befa57cb19870665ff9ffa951f1c076922f3fe19 | [log] [tgz] |
---|---|---|
author | Dmitry Shevchenko <dmishe@google.com> | Fri May 27 15:48:12 2016 +0000 |
committer | Dmitry Lomov <dslomov@google.com> | Mon May 30 09:19:04 2016 +0000 |
tree | d036de48d6449ee1e2ead19717f88e269499bfad | |
parent | 7d0f7b6b4b0f297e935d918b045916301fa9f91e [diff] [blame] |
Update swift_library logic for module name generation * Modules are now named after its full target path by default. * module_name attribute can be used to override this logic. -- MOS_MIGRATED_REVID=123422704
diff --git a/examples/swift/foo.swift b/examples/swift/foo.swift index 067c673..1dd35c4 100644 --- a/examples/swift/foo.swift +++ b/examples/swift/foo.swift
@@ -1,4 +1,4 @@ -import class BarLib.Multiplier +import class examples_BarLib.Multiplier public class Foo { public init() {}