[FE 1.0] Check callable reference return type safety during resolution
^KT-51844 ^KT-52503 Fixed
This commit is contained in:
committed by
teamcity
parent
51551998c7
commit
0199c76c06
+2
-1
@@ -19,8 +19,9 @@ package org.jetbrains.kotlin.util;
|
||||
import com.intellij.openapi.application.Application;
|
||||
import com.intellij.openapi.application.ApplicationManager;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.kotlin.types.error.LazyWrappedTypeComputationException;
|
||||
|
||||
public class ReenteringLazyValueComputationException extends RuntimeException {
|
||||
public class ReenteringLazyValueComputationException extends LazyWrappedTypeComputationException {
|
||||
public ReenteringLazyValueComputationException() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user