Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e322e7e1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove invalid annotations from IBaz."

parents 3f4e982f 57709767
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -68,7 +68,6 @@ interface IBaz extends IBase {
        bitfield<BitField> bf;
        bitfield<BitField> bf;
    };
    };


    @Fragile @NoReally(very="yes", array={"a","b","c"})
    oneway doThis(float param);
    oneway doThis(float param);


    doThatAndReturnSomething(int64_t param) generates (int32_t result);
    doThatAndReturnSomething(int64_t param) generates (int32_t result);