From 8827d30048b9c50f47e62f69baf774363fdebc5d Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Tue, 20 Oct 2015 12:53:17 +0200 Subject: update Dokka to Kotlin 1.0-beta --- test/data/functions/annotatedFunctionWithAnnotationParameters.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/functions/annotatedFunctionWithAnnotationParameters.kt') diff --git a/test/data/functions/annotatedFunctionWithAnnotationParameters.kt b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt index e3bc45c9..e559713a 100644 --- a/test/data/functions/annotatedFunctionWithAnnotationParameters.kt +++ b/test/data/functions/annotatedFunctionWithAnnotationParameters.kt @@ -4,4 +4,4 @@ public annotation class Fancy(val size: Int) -Fancy(1) fun f() {} +@Fancy(1) fun f() {} -- cgit