blob: 30454d4b16ea299899d6751e8a7b163eda5bc6a5 [file] [log] [blame]
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -typecheck -update-code -primary-file %s -F %S/mock-sdk -emit-migrated-file-path %t/result.swift -swift-version 4
// RUN: diff -u %s.expected %t/result.swift
import TestMyTime
let zero = MyTime.z
let _ = MyTime.add(this: MyTime.z, that: MyTime.z)
let _ = MyTime.add(
this: MyTime.z, that: MyTime.z)
let _ = MyTime.add(
this: MyTime.z,
that: MyTime.z)