blob: 2b65914f4981b114ca0c6fba61a7106aa67a10e8 [file] [log] [blame]
/* RawRepresentable Changes */
/* Removed Decls */
cake1: Constructor Somestruct2.init(_:) has been removed
cake1: Func C4.foo() has been removed
/* Moved Decls */
/* Renamed Decls */
cake1: Struct Somestruct2 has been renamed to Struct NSSomestruct2
cake1: Func S1.foo5(x:y:) has been renamed to Func S1.foo5(x:y:z:)
/* Type Changes */
cake1: Constructor S1.init(_:) has parameter 0 type change from Int to Double
cake1: Func C1.foo2(_:) has parameter 0 type change from Int to () -> ()
/* Decl Attribute changes */
cake1: Var C1.CIIns1 changes from weak to strong
cake1: Var C1.CIIns2 changes from strong to weak
cake1: Func C1.foo1() is now not static
cake1: Func S1.foo3() is now static
cake1: Func S1.foo1() is now mutating