From 038e65970c3555a5594f1cd516ec5b651cbf593c Mon Sep 17 00:00:00 2001 From: JanUlrich Date: Wed, 16 Jul 2014 18:40:03 +0200 Subject: [PATCH] =?UTF-8?q?Tests=20anf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/plugindevelopment/TypeInsertTests/LambdaTest12.jav | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/plugindevelopment/TypeInsertTests/LambdaTest12.jav b/test/plugindevelopment/TypeInsertTests/LambdaTest12.jav index c65a1024b..923f0a208 100644 --- a/test/plugindevelopment/TypeInsertTests/LambdaTest12.jav +++ b/test/plugindevelopment/TypeInsertTests/LambdaTest12.jav @@ -1,8 +1,8 @@ -class Test{ +class Test { A m; - CT methode(){ +CT methode(){ return m; }