From 0efda36cc309e117641f2226a451cf98e42c421e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 28 Oct 2015 11:38:40 +0100 Subject: exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests --- test/data/format/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/data/format/annotations.md') diff --git a/test/data/format/annotations.md b/test/data/format/annotations.md index caf84084..b898d55c 100644 --- a/test/data/format/annotations.md +++ b/test/data/format/annotations.md @@ -16,11 +16,11 @@ ### Properties -| [x](test/-foo/x) | `inline val x: Int` | +| [x](test/-foo/x) | `val x: Int` | ### Functions -| [bar](test/-foo/bar) | `inline fun bar(noinline notInlined: () -> Unit): Unit` | +| [bar](test/-foo/bar) | `fun bar(notInlined: () -> Unit): Unit` | -- cgit