From 2f4e56d77ac72c3f47cd2799094b1b987b0d9522 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Sat, 12 Jul 2014 00:28:14 +0400 Subject: Implement symbol resolution for function body context, class type parameters, add code that checks that all details are resolved. --- test/data/functions/genericFunctionWithConstraints.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data/functions/genericFunctionWithConstraints.kt') diff --git a/test/data/functions/genericFunctionWithConstraints.kt b/test/data/functions/genericFunctionWithConstraints.kt index 11598ae7..dc7fa3bb 100644 --- a/test/data/functions/genericFunctionWithConstraints.kt +++ b/test/data/functions/genericFunctionWithConstraints.kt @@ -2,5 +2,5 @@ /** * generic function */ -fun generic() { +fun generic() { } \ No newline at end of file -- cgit