include/proute@discover_DuplicateConstructor.hrl
-record(duplicate_constructor, {
constructor :: binary(),
first_file :: binary(),
second_file :: binary()
}).
-record(duplicate_constructor, {
constructor :: binary(),
first_file :: binary(),
second_file :: binary()
}).