blob: 09a7a371ae24d17c40514a5b70fdad67383b89da [file] [log] [blame]
>>> (skip: published version of analyzer doesn't support function types yet)
typedef F<T> = void Function(T);
<<<
typedef F<T> = void Function(T);