From 5a60b17b4d72b62a9dd70903eb381f7e691974ef Mon Sep 17 00:00:00 2001 From: "Aleksandr.Govenko" Date: Wed, 18 Jun 2025 18:51:11 +0200 Subject: [PATCH] Rename .java to .kt PY-81676 (cherry picked from commit ed0da39e7afbb15a593c68b319682fa618b0ed4f) IJ-CR-172556 GitOrigin-RevId: 061f68ec6b1cde23d369d291e212bf2edbcd782d --- .../ast/{PyAstCapturePattern.java => PyAstCapturePattern.kt} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename python/python-ast/src/com/jetbrains/python/ast/{PyAstCapturePattern.java => PyAstCapturePattern.kt} (100%) diff --git a/python/python-ast/src/com/jetbrains/python/ast/PyAstCapturePattern.java b/python/python-ast/src/com/jetbrains/python/ast/PyAstCapturePattern.kt similarity index 100% rename from python/python-ast/src/com/jetbrains/python/ast/PyAstCapturePattern.java rename to python/python-ast/src/com/jetbrains/python/ast/PyAstCapturePattern.kt