From 3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 25 Nov 2016 19:32:55 +0300 Subject: Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving --- core/testdata/format/exceptionClass.md | 2 +- core/testdata/format/exceptionClass.package.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'core/testdata/format') diff --git a/core/testdata/format/exceptionClass.md b/core/testdata/format/exceptionClass.md index df3457d7..e3714ecc 100644 --- a/core/testdata/format/exceptionClass.md +++ b/core/testdata/format/exceptionClass.md @@ -2,7 +2,7 @@ # MyException -`class MyException : `[`Exception`](http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html) +`class MyException : Exception` ### Constructors diff --git a/core/testdata/format/exceptionClass.package.md b/core/testdata/format/exceptionClass.package.md index e27dd0ab..e10478e4 100644 --- a/core/testdata/format/exceptionClass.package.md +++ b/core/testdata/format/exceptionClass.package.md @@ -4,5 +4,5 @@ ### Exceptions -| [MyException](test/-my-exception/index) | `class MyException : `[`Exception`](http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html) | +| [MyException](test/-my-exception/index) | `class MyException : Exception` | -- cgit