1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00
Files
godot/modules
Kirill Diduk 5bcc3d476c Fix parsing inner class declaration when "pass" keyword is on the same line
Implement a special case for allowing "pass" keyword in one-liner class
declaration, to be consistent with Python style.

```
class TestClass: pass
```

This commit fixes #56703
2022-06-21 10:04:26 +02:00
..
2022-01-13 15:54:13 +01:00
2022-06-10 11:47:30 +02:00
2022-02-11 09:50:59 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-05-19 19:07:45 +08:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-06-20 14:55:34 +02:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-03-16 23:01:02 +01:00
2022-01-13 15:54:13 +01:00
2022-05-19 19:07:45 +08:00