mirror of
https://github.com/platformio/platformio-core.git
synced 2025-10-17 08:15:23 +02:00
Improve INO to CPP converter // Resolve #659
This commit is contained in:
@@ -9,9 +9,13 @@ struct Item {
|
||||
class Foo {
|
||||
|
||||
public:
|
||||
Foo(void (*function)()) {
|
||||
#warning "Line number is 13"
|
||||
}
|
||||
Foo(void (*function)()) {
|
||||
#warning "Line number is 13"
|
||||
}
|
||||
|
||||
bool childFunc() {
|
||||
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user