aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/maps_difftype.erl
blob: 19e61a794400311513718448bb8116868c4d1ecf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%%
%% File:    maps_difftype.erl
%% Author:  Björn-Egil Dahlberg
%% Created: 2014-04-29
%%
-module(maps_difftype).

-export([empty_mismatch/1]).

empty_mismatch(Tuple) when is_tuple(Tuple) ->
    case Tuple of #{} -> ok end.