From c18fbc0fd8f72a3c055a7b987f318b167d7c57fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 21 May 2024 19:18:30 +0200 Subject: [PATCH] fix --- plugin/src/main/scala-3.5.x/AfterPhase.scala | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugin/src/main/scala-3.5.x/AfterPhase.scala diff --git a/plugin/src/main/scala-3.5.x/AfterPhase.scala b/plugin/src/main/scala-3.5.x/AfterPhase.scala new file mode 100644 index 0000000..d46b4d1 --- /dev/null +++ b/plugin/src/main/scala-3.5.x/AfterPhase.scala @@ -0,0 +1,19 @@ +/* + * Copyright 2020 Polyvariant + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package org.polyvariant + +val AfterPhase = dotty.tools.dotc.typer.TyperPhase