diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-25 19:32:55 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2016-11-25 19:32:55 +0300 |
commit | 3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56 (patch) | |
tree | eb12d696def22251b560a3b3070d8677fc0be249 /core/testdata | |
parent | 4b86a1410d0427178132c07f6f04033645663bb0 (diff) | |
download | dokka-3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56.tar.gz dokka-3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56.tar.bz2 dokka-3704bf4c0f5b8ab3fdaa04c9a542e04f023b0e56.zip |
Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving
Diffstat (limited to 'core/testdata')
-rw-r--r-- | core/testdata/format/exceptionClass.md | 2 | ||||
-rw-r--r-- | core/testdata/format/exceptionClass.package.md | 2 |
2 files changed, 2 insertions, 2 deletions
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` | |